home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 5 / QRZ Ham Radio Callsign Database - Volume 5.iso / files / mac / proj_b1.hqx / Project Mac - B1 / Directory / background_2779.txt < prev    next >
Encoding:
Text File  |  1987-12-15  |  7.1 KB  |  355 lines

  1. -- background: 2779 from stack: in
  2. -- bmap block id: 3710
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on import
  8.   repeat for the number of cards
  9.     get field "first name"
  10.     if it is not empty then
  11.       put it into field "name"
  12.       put space after field "name"
  13.     end if
  14.     get field "last name"
  15.     if it is not empty then
  16.       put it after field "name"
  17.     end if
  18.     go to next card
  19.   end repeat
  20. end import
  21.  
  22.  
  23.  
  24. -- part 9 (button)
  25. -- low flags: 00
  26. -- high flags: 0000
  27. -- rect: left=166 top=280 right=303 bottom=192
  28. -- title width / last selected line: 0
  29. -- icon id / first selected line: 1014 / 1014
  30. -- text alignment: 1
  31. -- font id: 0
  32. -- text size: 12
  33. -- style flags: 0
  34. -- line height: 16
  35. -- part name: Prev
  36. ----- HyperTalk script -----
  37. on mouseUp
  38.   visual effect wipe left
  39.   go to prev card
  40. end mouseUp
  41.  
  42.  
  43.  
  44. -- part 8 (button)
  45. -- low flags: 00
  46. -- high flags: 0000
  47. -- rect: left=201 top=280 right=303 bottom=226
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 1013 / 1013
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: Next
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   visual effect wipe right
  59.   go to next card
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 17 (field)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=40 top=49 right=68 bottom=128
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 0
  71. -- font id: 128
  72. -- text size: 12
  73. -- style flags: 256
  74. -- line height: 16
  75. -- part name: Call
  76.  
  77.  
  78. -- part 26 (field)
  79. -- low flags: 00
  80. -- high flags: 0000
  81. -- rect: left=248 top=50 right=69 bottom=297
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 0
  85. -- font id: 128
  86. -- text size: 12
  87. -- style flags: 256
  88. -- line height: 16
  89. -- part name: call district
  90.  
  91.  
  92. -- part 38 (field)
  93. -- low flags: 00
  94. -- high flags: 0000
  95. -- rect: left=45 top=71 right=90 bottom=337
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 0
  99. -- font id: 3
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: name
  104.  
  105.  
  106. -- part 21 (field)
  107. -- low flags: 00
  108. -- high flags: 0000
  109. -- rect: left=61 top=94 right=112 bottom=354
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 0
  113. -- font id: 3
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: address
  118.  
  119.  
  120. -- part 22 (field)
  121. -- low flags: 00
  122. -- high flags: 0000
  123. -- rect: left=42 top=118 right=138 bottom=192
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 0 / 0
  126. -- text alignment: 0
  127. -- font id: 3
  128. -- text size: 12
  129. -- style flags: 0
  130. -- line height: 16
  131. -- part name: city
  132.  
  133.  
  134. -- part 23 (field)
  135. -- low flags: 00
  136. -- high flags: 0000
  137. -- rect: left=230 top=118 right=138 bottom=264
  138. -- title width / last selected line: 0
  139. -- icon id / first selected line: 0 / 0
  140. -- text alignment: 0
  141. -- font id: 3
  142. -- text size: 12
  143. -- style flags: 0
  144. -- line height: 16
  145. -- part name: state
  146.  
  147.  
  148. -- part 24 (field)
  149. -- low flags: 00
  150. -- high flags: 0000
  151. -- rect: left=289 top=118 right=136 bottom=355
  152. -- title width / last selected line: 0
  153. -- icon id / first selected line: 0 / 0
  154. -- text alignment: 0
  155. -- font id: 3
  156. -- text size: 12
  157. -- style flags: 0
  158. -- line height: 16
  159. -- part name: zip
  160.  
  161.  
  162. -- part 25 (field)
  163. -- low flags: 00
  164. -- high flags: 0000
  165. -- rect: left=85 top=138 right=155 bottom=200
  166. -- title width / last selected line: 0
  167. -- icon id / first selected line: 0 / 0
  168. -- text alignment: 0
  169. -- font id: 3
  170. -- text size: 12
  171. -- style flags: 0
  172. -- line height: 16
  173. -- part name: telephone
  174.  
  175.  
  176. -- part 30 (button)
  177. -- low flags: 00
  178. -- high flags: 8003
  179. -- rect: left=9 top=274 right=296 bottom=146
  180. -- title width / last selected line: 0
  181. -- icon id / first selected line: 0 / 0
  182. -- text alignment: 1
  183. -- font id: 0
  184. -- text size: 12
  185. -- style flags: 0
  186. -- line height: 16
  187. -- part name: Sort by Call District
  188. ----- HyperTalk script -----
  189. on mouseUp
  190.   sort by field "call district"
  191. end mouseUp
  192.  
  193.  
  194.  
  195. -- part 31 (button)
  196. -- low flags: 00
  197. -- high flags: 8003
  198. -- rect: left=113 top=247 right=269 bottom=199
  199. -- title width / last selected line: 0
  200. -- icon id / first selected line: 0 / 0
  201. -- text alignment: 1
  202. -- font id: 0
  203. -- text size: 12
  204. -- style flags: 0
  205. -- line height: 16
  206. -- part name: Sort by Call
  207. ----- HyperTalk script -----
  208. on mouseUp
  209.   sort by field "call"
  210. end mouseUp
  211.  
  212.  
  213.  
  214. -- part 32 (button)
  215. -- low flags: 00
  216. -- high flags: 8003
  217. -- rect: left=9 top=246 right=268 bottom=106
  218. -- title width / last selected line: 0
  219. -- icon id / first selected line: 0 / 0
  220. -- text alignment: 1
  221. -- font id: 0
  222. -- text size: 12
  223. -- style flags: 0
  224. -- line height: 16
  225. -- part name: Sort by Name
  226. ----- HyperTalk script -----
  227. on mouseUp
  228.   sort by last word of field "name"
  229. end mouseUp
  230.  
  231.  
  232.  
  233. -- part 34 (field)
  234. -- low flags: 00
  235. -- high flags: 0000
  236. -- rect: left=85 top=162 right=179 bottom=200
  237. -- title width / last selected line: 0
  238. -- icon id / first selected line: 0 / 0
  239. -- text alignment: 0
  240. -- font id: 3
  241. -- text size: 12
  242. -- style flags: 0
  243. -- line height: 16
  244. -- part name: telephone
  245.  
  246.  
  247. -- part 27 (field)
  248. -- low flags: 00
  249. -- high flags: 4002
  250. -- rect: left=361 top=69 right=287 bottom=487
  251. -- title width / last selected line: 0
  252. -- icon id / first selected line: 0 / 0
  253. -- text alignment: 0
  254. -- font id: 3
  255. -- text size: 9
  256. -- style flags: 0
  257. -- line height: 12
  258. -- part name: member data
  259.  
  260.  
  261. -- part 35 (button)
  262. -- low flags: 00
  263. -- high flags: A003
  264. -- rect: left=31 top=212 right=240 bottom=79
  265. -- title width / last selected line: 0
  266. -- icon id / first selected line: 0 / 0
  267. -- text alignment: 1
  268. -- font id: 0
  269. -- text size: 12
  270. -- style flags: 0
  271. -- line height: 16
  272. -- part name: Find
  273. ----- HyperTalk script -----
  274. on mouseUp
  275.   doMenu "Find..."
  276.   set the loc of message to 6,315
  277. end mouseUp
  278.  
  279.  
  280.  
  281. -- part 36 (button)
  282. -- low flags: 00
  283. -- high flags: 8003
  284. -- rect: left=104 top=216 right=237 bottom=184
  285. -- title width / last selected line: 0
  286. -- icon id / first selected line: 0 / 0
  287. -- text alignment: 1
  288. -- font id: 0
  289. -- text size: 12
  290. -- style flags: 0
  291. -- line height: 16
  292. -- part name: New Entry
  293. ----- HyperTalk script -----
  294. on mouseUp
  295.   visual effect wipe left
  296.   go last card
  297.   visual effect scroll left
  298.   doMenu "New Card"
  299. end mouseUp
  300.  
  301.  
  302.  
  303. -- part 37 (field)
  304. -- low flags: 00
  305. -- high flags: 0004
  306. -- rect: left=302 top=165 right=184 bottom=347
  307. -- title width / last selected line: 0
  308. -- icon id / first selected line: 0 / 0
  309. -- text alignment: 0
  310. -- font id: 0
  311. -- text size: 12
  312. -- style flags: 0
  313. -- line height: 16
  314. -- part name: MemberP
  315.  
  316.  
  317. -- part 39 (button)
  318. -- low flags: 00
  319. -- high flags: 8000
  320. -- rect: left=281 top=270 right=309 bottom=348
  321. -- title width / last selected line: 0
  322. -- icon id / first selected line: 1012 / 1012
  323. -- text alignment: 1
  324. -- font id: 0
  325. -- text size: 12
  326. -- style flags: 0
  327. -- line height: 16
  328. -- part name: Back to Radio
  329. ----- HyperTalk script -----
  330. on mouseUp
  331.   visual effect iris close
  332.   pop card
  333. end mouseUp
  334.  
  335.  
  336.  
  337. -- part 40 (button)
  338. -- low flags: 00
  339. -- high flags: 0000
  340. -- rect: left=398 top=25 right=47 bottom=470
  341. -- title width / last selected line: 0
  342. -- icon id / first selected line: 0 / 0
  343. -- text alignment: 1
  344. -- font id: 0
  345. -- text size: 12
  346. -- style flags: 0
  347. -- line height: 16
  348. -- part name: back to radio
  349. ----- HyperTalk script -----
  350. on mouseUp
  351.   go to card id 2983 of stack "Radio"
  352. end mouseUp
  353.  
  354.  
  355.